home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / cport20.zip / COMDEMO.DOC < prev    next >
Text File  |  1993-04-09  |  2KB  |  43 lines

  1.  
  2.  
  3.         Comdemo - Serial Communications Demo.
  4.  
  5.         Comdemo is a full duplex terminal program. It recognizes most
  6.         of the more common ANSI control sequence such as cursor
  7.         location and screen attributes. You can use Comdemo to
  8.         dial up a BBS or communicate with RS-232 equipment.
  9.  
  10.         Comdemo will send Ctrl characters and keys such as the
  11.         escape key verbatim. Some Alt characters are reserved for
  12.         commands. They are as follows:
  13.  
  14.  
  15.          Alt A - Toggle between ANSI and TTY terminal.
  16.          Alt B - Next baud rate.
  17.          Alt C - Next COM port.
  18.          Alt D - Hayes dial command (sends the string "ATDT")
  19.          Alt E - Toggle echo mode.
  20.          Alt G - Hayes hang up command (sends the string "~~~+++~~~ATH0\r\n").
  21.          Alt H - Next handshake scheme.
  22.          Alt I - Initialize a Hayes modem (sends the string "ATZ").
  23.          Alt N - Append a line feed to a carriage return toggle.
  24.          Alt M - Toggle mode (8-1-N, 7-1-E).
  25.          Alt X - Quit Comdemo.
  26.          Pg Up - Upload a file (Xmodem)
  27.          Pg Dn - Download a file (Xmodem)
  28.  
  29.  
  30.         To dial up a BBS, set the COM port (Alt C), baud rate (Alt B),
  31.         word length (Alt W), number of stop bits (Alt S) and parity
  32.         (Alt P). If the BBS send ANSI escape codes make sure ANSI is
  33.         selected (Alt A). In some cases you will need to set LF on
  34.         (Alt N) as well. Now you can initialize your modem and dial.
  35.         Press Alt I to initialize the modem and then press Alt D followed
  36.         by the phone number and the enter key. If the initialize and dial
  37.         strings in Comdemo are not appropriate for your modem, you
  38.         can enter them by hand.
  39.  
  40.         Comdemo will compile/link under Borland C/C++ and Microsoft C/C++.
  41.         If you are using Microsoft C/C++, make sure you link in the
  42.         graphics library.
  43.